home *** CD-ROM | disk | FTP | other *** search
- HodgePodge = {
- OUTLETS = {
- MaxFramesPsecond;
- CellsVertically;
- CellsHorizontally;
- DisplayColorPhase;
- HealthysAffectOnSick;
- RecoveringsAffectOnSick;
- DisplayColorDir;
- };
- SUPERCLASS = AreaRule;
- };
- AreaRule = {
- ACTIONS = {
- Randomize:;
- start:;
- stop:;
- };
- OUTLETS = {
- NumStates;
- Ill2Healthy;
- Healthy2Ill;
- DrivingForce;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Krinkle = {
- SUPERCLASS = AreaRule;
- };
-